home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 15553 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  995 b 

  1. Path: easy1.worldaccess.nl!usenet
  2. From: emwoud@worldaccess.nl (E.M. van der Wouden)
  3. Newsgroups: comp.lang.c++
  4. Subject: CommonDialog for opening files
  5. Date: 5 Apr 1996 18:38:04 GMT
  6. Organization: World Access, the easy way to Internet
  7. Message-ID: <4k3pac$ndn@easy1.worldaccess.nl>
  8. NNTP-Posting-Host: rtd1-3.worldaccess.nl
  9.  
  10. My problem is the following:
  11.  
  12. I copied a piece of programming from a book, so I could use a File Open Dialog
  13. to get file-info for a program I'm writing.
  14.  
  15. Everything works as it should be, but when I finish the program I get a GPF error
  16. message.
  17. I noticed the following:
  18.  
  19.   When I open the dialog and cancel it right after it. No GPF.
  20.   When I open the dialog and change the directory, I get a GPF.
  21.  
  22. If I had a GPF everytime I used the dialog, even after a cancel, then I would have
  23. known that it would have been an error in my programming, but I'm not sure
  24. anymore. Maybe it is a problem within Turbo C++ 4.5 for windows.
  25. My operatingsystem is Windows 95.
  26.  
  27.  
  28. Please HELP me.
  29.